home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 11 / CU Amiga Magazine's Super CD-ROM 11 (1997)(EMAP Images)(GB)(Track 1 of 3)[!][issue 1997-06].iso / cucd / programming / oberonv4 / release.notes.text (.txt) < prev    next >
Oberon Text  |  1996-12-31  |  10KB  |  212 lines

  1. Syntax10.Scn.Fnt
  2. ParcElems
  3. Alloc
  4. Syntax12b.Scn.Fnt
  5. Syntax10i.Scn.Fnt
  6. Release 1.4
  7.     New features:
  8.         -    New author: Oliver Joos         (*<<OJ*)
  9.         -    DirElems (see Elem.Guide.Text )
  10.         -    All Amiga-Interface-Modules rewritten
  11.         -    AsciiCoder, ClockElems, Console, In, Out, Reals, Texts, Viewers updated for Unified V4
  12.         -    All Amiga specific things from System moved to new module AmigaSystem
  13.         -    LM-Click to right bottom of screen moves it back
  14.         -    Amiga fonts support
  15.         -    First experimental version of TCP/IP for O4A (AmigaBSB, AmigaNetBase, NetSystem, RemoteTime, FTP,
  16.              NetSystem.Text). Play with it and send comments.
  17.     Known limitations:
  18.         -    POINTER TO ARRAY OF POINTER is treated as POINTER TO ARRAY OF BYTE and therefore collected
  19.             during a GC. Use a secondary link structure to keep the values referenced
  20.     Fixed Bugs:
  21.         -    All Libraries and Devices are close at the end of the game
  22.         -    New version of Analyzer
  23.         -    Many small bugs fixed
  24.     Known bugs:
  25.         -    Problems with Retina Z3 and Cybergfx with <= 16 color screens and Display.paint; use a 256 color screen !!!
  26.         -    None, until you send in more bug reports !
  27. Release 1.3
  28.     New features:
  29.         -    No PopupElems confusion anymore
  30.         -    O4A now works at every public screen
  31.         -    Coco available as own archive
  32.         -    Directories (many thanks Florian Faber)
  33.         -    New modules: Directories, Dir, Strings
  34.         -    Changed O to Console
  35.     Known limitations:
  36.         -    POINTER TO ARRAY OF POINTER is treated as POINTER TO ARRAY OF BYTE and therefore collected
  37.             during a GC. Use a secondary link structure to keep the values referenced
  38.     Fixed Bugs:
  39.         -    Problems with VARs of PROCEDURE(....):{LONG}REAL fixed
  40.         -    Compiler front end updated
  41.         -    Many small bugs fixed
  42.     Known bugs:
  43.         -    None, until you send in more bug reports !
  44. Release 1.2
  45.     New features:
  46.         -    New docu: ModulaToOberon.Text, Oberon2.OOP.Text, OberonV1.Guide.Text, Prog.Guide.Text
  47.         -    Terminal updated, therefor Sessions added
  48.         -    New Icons and Fonts.Tool (thanks to Peter Landmann)
  49.         -    AmigaLoop now uses the Timer Device, therefor System.AmigaLoop has a parameter
  50.         -    F-key support
  51.         -    New Elems: Menu, Info, Index, Mark, Link (see Elem.Guide.Text)
  52.         -    EditKey Hotkey is F5 now
  53.         -    Clipboard Funktions at RAmiga X/C/V
  54.         -    Printing of PictElems works, but is very, very slow (therefor System.PictPrintThresh added)
  55.         -    New StartUp-Script tests your system
  56.         -    System.Quit shows a requester bevor it closes O4A
  57.         -    Nice piece of docu: ReferenceCard.ps - Print it !    (Thanks to the Obeorn people from Uni-Linz for the idea !)
  58.     Known limitations:
  59.         -    POINTER TO ARRAY OF POINTER is treated as POINTER TO ARRAY OF BYTE and therefore collected
  60.             during a GC. Use a secondary link structure to keep the values referenced
  61.     Fixed Bugs:
  62.         -    Everything with Screens with > 16 Colors works fine now (Display.invert problems fixed)
  63.         -    Many small bugs fixed
  64.     Known bugs:
  65.         -    Problems with VARs of PROCEDURE(....):{LONG}REAL     Please mail if you see this !
  66.         -    None, until you send in more bug reports !
  67. Release 1.1
  68.     New features:
  69.         -    Printing of PictElems works (B/W and very slow)
  70.         -    Compiler does not waste register like before
  71.         -    New Modules: Calc, Class, UUDecode, Coroutines, LocElems, Def, V24, Terminal, Terminals, TerminalFrames
  72.         -    VT100 terminal emulation using seriel device
  73.         -    Printing using PS fonts (without Pr3 fonts) now works fine (many thanks to Hartmut Goebel)
  74.         -    Times screen and most Pr3 fonts as own archiv (Oberon-Fonts.lha)
  75.     Known limitations:
  76.         -    POINTER TO ARRAY OF POINTER is treated as POINTER TO ARRAY OF BYTE and therefore collected
  77.             during a GC. Use a secondary link structure to keep the values referenced
  78.     Fixed Bugs:
  79.         -    Screen mode requester works now with OS2.x (thanks to Roman Michael Hiestand)
  80.         -    Now all memory will be released at the end of the game
  81.         -    Many small bugs fixed
  82.         -    Source archiv now complete
  83.     Known bugs:
  84.         -    Sometimes there are problems with OS2.0 and WB2.0. Please tell me, if you see it.
  85.         -    None, until you send in more bug reports !
  86. Release 1.0
  87.     New features:
  88.         -    Amiga-Clipboard support
  89.         -    Printing improved (new driver, Pr3 fonts added)
  90.         -    Compiler improved a bit
  91.         -    Math and MathL with real FPU code (faaaast)
  92.         -    Paint and PictureFrames included
  93.         -    New modules (Clipboard, IFF, MoreMathL, MoreMath, RX, Automatic, Kepler, ObTris, ...)
  94.         -    Two types of the main loop (switch with SystemAmigaLoop and System.OberonLoop )
  95.         -    TRAP viewer gives better informations
  96.         -    Screen mode requester with asl.library V38 and higher
  97.         -    Full source available
  98.         -    Many small improvements
  99.         -    O4A moved to Ralf Degner ( degner@pallas.amp.uni-hannover.de )
  100.     Known limitations:
  101.         -    Printing of Pictures/PictElems does not work.
  102.         -    POINTER TO ARRAY OF POINTER is treated as POINTER TO ARRAY OF BYTE and therefore collected
  103.             during a GC. Use a secondary link structure to keep the values referenced.
  104.     Fixed Bugs:
  105.         -    Works fine with OS2.0 now.
  106.         -    System works with different depths than 3 bitplanes without crashes.
  107.     Known bugs:
  108.         -    None, until you send in more bug reports !
  109. Release 0.10
  110.     New features:
  111.         -    Added Times fonts to the distribution.
  112.         -    Added Module Types. Many Thanks go to Ralf Degner, for porting it to the Amiga.
  113.         -    Added Analyzer.
  114.         -    System.ChangePri allows to modify Oberon task priority for idle and command execution.
  115.         -    Mouse pointer is allowed to move outside the right and bottom boundary, so that you see
  116.             exactly, where the hotspot is.
  117.         -    Compiler generates NIL check instruction, which can be disabled with option \n.
  118.         -    System.Directory shows filenames with full path.
  119.     Fixed Bugs:
  120.         -    Move mouse to right screen border shouldn't crash Oberon anymore.
  121.         -    System should work with different depths than 3 bitplanes (we hope).
  122.     Known bugs:
  123.         -    None, until you send in more bug reports.
  124. Release 0.9
  125.     New features:
  126.         -    GraphicElems, Utils included.
  127.     Fixed Bugs:
  128.         -    Screen requester works only with WB >= 39. Change to 38 in 0.8 gave problems (loop in requester).
  129.         -    Fixed Files.Read/WriteSet *again*. Should be the last time. :-) Ack: Ralf Degner
  130.             Old files containing Popups should be saved to disk again!
  131.         -    Size of icons are all the same. Ack: Hartmut Goebel
  132.         -    Floating point arithmetic in REPEAT UNTIL loops now work. Many, many, REALly many thanks to Ralf Degner.
  133.         -    Trap handling works within Oberon now.
  134.     Known bugs:
  135.         -    System may not work with more or less than 3 bitplanes. Sorry, we're still looking...
  136. Release 0.8
  137.     New features:
  138.         -    New Kernel allocates memory from Amiga OS in chunks of 64KB. You should be very grateful for this!
  139.         -    Finalization service in module Kernel. Use Browser.ShowDef Kernel and find out for yourself or ask us.
  140.         -    Edit.Print works, see Oberon4Amiga.Guide.Text
  141.         -    Supports Amiga fonts.
  142.         -     System.AnsiInput, System.OberonInput to switch off/on conversion of Amiga keycodes to Oberon.
  143.         -    System.ThreeButtonMouse, System.TwoButtonMouse to switch on/off Left-Alt-Key as Mouse Button.
  144.             You may call these commands in Configuration to customize your Oberon4Amiga!
  145.         -    Files distributed into more subdirectories.
  146.         -    StatusViewer which shows current directory and other nice stuff!
  147.     Known bugs:
  148.         -    Amiga fonts aren't always rendered as they should.
  149.         -    Floating point arithmetic in REPEAT UNTIL loops don't work correctly. DON'T USE IT!
  150.         -    When moving mouse to the screen border in DblPAL:Hi Res No Flicker with maximum overscan, the mouse
  151.             might freeze.
  152.         -    Display.ReplPatternC may yield some weird results for non-zero X0, Y0 offsets.
  153.         -    Finalization not documented.
  154.     Known limitations:
  155.         -    Missing Trap Viewer, use KillOberon if everything else fails.
  156.         -    Can't use files on XFH devices.
  157.         -    POINTER TO ARRAY OF POINTER is treated as POINTER TO ARRAY OF BYTE and therefore collected
  158.             during a GC. Use a secondary link structure to keep the values referenced.
  159.     Fixed Bugs:
  160.         -    Workaround in Splines to avoid REPEAT ... REAL bug.
  161.         -    Input of Umlauts etc. with the aid of dead keys now works.
  162.         -    ChangeMode swapped screen width and height.
  163.         -    WriteSet and ReadSet were not working correctly => weird behavior of ParcElems and PopupElems.
  164.             Old files containing Parcs or Popups should be corrected and saved to disk again!
  165. Release 0.7
  166.     New features:
  167.         -    Minimum memory required for startup is 700kByte instead of 1.5MByte.
  168.         -    Files.Old uses OBERON: as search path.
  169.         -    All fonts now located in subdirectory Fonts.
  170.         -    All system files located in subdirectory System.
  171.         -    System.ShowMode & System.ChangeMode for <WB3.0 users.
  172.         -    Icons for starting and killing of Oberon. Nicer ones are welcome, send them to us!
  173.         -    Support for Umlauts. (Simple keys only, no dead keys)
  174.         -    BRK and SHIFT-BRK on F3 (for inserting parcs)
  175.         -    System.CurrentDirectory shows where you are
  176.     Known limitations:
  177.         -    Can't use files on XFH devices.
  178.     Fixed Bugs:
  179.         -    Module Out now included.
  180.         -    PopupElems fixed
  181. Release 0.6 (first Beta)
  182.     New features:
  183.         -    System.Directory, System.Execute, System.ChangeMode
  184.         -    Doesn't require WB3.0 anymore, but screen mode requester not available on WB2.x
  185.         -    Backup tool for reading/writing Ceres-Oberon Floppies. Thanks to Marc Pilloud for this!
  186.         -    Standard Oberon documentation text files.
  187.     Fixed Bugs:
  188.         -    many...
  189.     Known bugs:
  190.         -    When moving mouse to the screen border in DblPAL:Hi Res No Flicker with maximum overscan, the mouse
  191.             might freeze.
  192.     Missing features:
  193.         -    Trap viewer.
  194.         -    Support for Amiga fonts.
  195. Release 0.3 .. 0.5
  196.     internal development release
  197. Release 0.2
  198.     New features:
  199.         -    Oberon fonts.
  200.         -    Screen mode requester (requires WB3.0).
  201.         -    V4 (elements in texts).
  202.         -    Garbage Collection of files.
  203.     Fixed bugs:
  204.         -    Scrolling leaves some garbage pixels.
  205.     Known bugs:
  206.     Missing features:
  207.         -    Standard Oberon documentation text files.
  208.         -    Trap Viewer.
  209.     Edit the file Configuration.Mod to customize your Oberon System. Compile it, and try
  210.     it first out with Configuration.Init! Then restart Oberon. If it doesn't work, you
  211.     should delete the file Configuration.Obj in a shell.
  212.